home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #2
/
CKSPCV32.BIN
/
movies
/
clubroom.dir
/
00184_Script_stay here
< prev
next >
Wrap
Text File
|
1995-04-03
|
720b
|
21 lines
on enterFrame
if the castNum of sprite 2 <> 0 and rollover(2) then
cursor [the number of cast "cursorStraight", the number of cast "maskStraight"]
updatestage
else if the castNum of sprite 3 <> 0 and rollover(3) then
cursor [the number of cast "cursorLeft", the number of cast "maskLeft"]
updatestage
else if the castNum of sprite 4 <> 0 and rollover(4) then
cursor [the number of cast "cursorBack", the number of cast "maskBack"]
updatestage
else if the castNum of sprite 5 <> 0 and rollover(5) then
cursor [the number of cast "cursorRight", the number of cast "maskRight"]
updatestage
else
cursor 0
end if
end
on exitFrame
go to the frame
end